UserCSS - 修改字體
UserCSS
/arpla/フォント設定のときはimportが必要なときもある
/noratetsu/●(今更ながらフォント調整)
/villagepump/Font Awesomeを常時使えるようにするUserCSS
Find the Perfect Icon for Your Project in Font Awesome 5 | Font Awesome
kamon
/villagepump/Kamon icons
Scrapbox可以使用的Web Font
code:style.css
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@300;400;700&family=Noto+Sans+TC:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&family=Noto+Serif+TC:wght@900&family=Noto+Serif+JP:wght@900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
.page, #editor, .grid li, .stream, code, .code, .code-blcok {
font-family: "Roboto Mono", helvetica, arial, 'Noto Sans TC', 'Noto Sans JP', "Font Awesome 5 Free", "Font Awesome 5 Brands", "AppIcons", sans-serif;
}
code:style
@import url('https://fonts.googleapis.com/css2?family=LXGW+WenKai+Mono+TC:wght@300;400;700&family=Klee+One:wght@400;600&family=Noto+Serif+TC:wght@900&family=Noto+Serif+JP:wght@900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
.page, #editor, .grid li, .stream, code, .code, .code-blcok {
font-family: "Roboto Mono", helvetica, arial, "LXGW WenKai Mono TC", "Klee One", "Font Awesome 5 Free", "Font Awesome 5 Brands", "AppIcons", sans-serif;
}
2級標題
3級標題
4級標題
code:style.css
.level-2 {
font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
}
.level-3, .level-4 {
font-family: 'Noto Sans TC', 'Noto Sans JP', serif;
}
修改字體 [| 修改字體]
|
code:style.css
.deco-\| {
font-family: 'Noto Serif TC', 'Noto Serif JP', serif;
}